home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / vim_src.zip / FILEIO.PRO < prev    next >
Text File  |  1993-01-12  |  205b  |  5 lines

  1. /* fileio.c */
  2. void filemess __PARMS((char *name, char *s));
  3. int readfile __PARMS((char *fname, long from, int newfile));
  4. int writeit __PARMS((char *fname, long start, long end, int append, int forceit));
  5.